home *** CD-ROM | disk | FTP | other *** search
- #ifndef FEVENT.H
-
- #define FEVENT.H
-
- #include "factor.h"
-
- #define MAX_FEVENTS 10
-
- class fevent : public factor
- {
- public:
- void advance(void);
- void addAt(int x, int y, int sqx, int sqy);
- void assignFevent(int icon_number, int mode, byte identity = 255);
- static directionTable * feventTable;
- static void loadFevent(int position, char * special, char * sw, char * s,
- char * se, char * w, char * center, char * e,
- char * nw, char * n, char * ne, yakLib * myYakLib = NULL,
- icon::flagType flags = icon::normal);
- };
- #endif